cody - HTMLify profile

cody
4270 Files
632815 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/109 - Third Degree Equation Solver
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="./assets/css/bootstrap.css">
<link rel="stylesheet" href="./assets/css/style.css">
<title>Cubic Equation Calculator</title>
<script src="./scripts/app.js"></script>
<script src="./scripts/bootstrap.bundle.js"></script>
<html>
<head>
<link rel="stylesheet" href="./assets/css/bootstrap.css">
<link rel="stylesheet" href="./assets/css/style.css">
<title>Cubic Equation Calculator</title>
<script src="./scripts/app.js"></script>
<script src="./scripts/bootstrap.bundle.js"></script>
# Cubic Equation Calculator
A Calculator used to calculate Third degree equations.
## Functionalities :-
- Giving the a,b,c,d values and the calculator will automatically calculator the 3 roots.
- Calculator deals with complex/imaginary numbers.
A Calculator used to calculate Third degree equations.
## Functionalities :-
- Giving the a,b,c,d values and the calculator will automatically calculator the 3 roots.
- Calculator deals with complex/imaginary numbers.